From: Gerd Moellmann Date: Mon, 14 May 2001 13:03:23 +0000 (+0000) Subject: (x_draw_glyphs): Fix compuation of rightmost x for X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~40317 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=bf74cfef1cdcefdf201beaa6eb5da2a9de4f6182;p=emacs.git (x_draw_glyphs): Fix compuation of rightmost x for full-width rows. --- diff --git a/src/xterm.c b/src/xterm.c index 65138279126..056514d7096 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -5094,7 +5094,7 @@ x_draw_glyphs (w, x, row, area, start, end, hl, real_start, real_end, } x += FRAME_INTERNAL_BORDER_WIDTH (f); - last_x -= FRAME_INTERNAL_BORDER_WIDTH (f); + last_x += FRAME_INTERNAL_BORDER_WIDTH (f); } else {